projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdb242a
)
Don't require a display for the color test
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 Dec 2010 20:58:57 +0000
(15:58 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 Dec 2010 21:00:15 +0000
(16:00 -0500)
Its not really needed, and the build bot doesn't have X...
gdk/tests/gdk-color.c
patch
|
blob
|
history
diff --git
a/gdk/tests/gdk-color.c
b/gdk/tests/gdk-color.c
index 008f425e2856fa87cb19c09bae1ee34e85efb62f..3c3955a3cc3eae2e721c31a96dd4c79969605445 100644
(file)
--- a/
gdk/tests/gdk-color.c
+++ b/
gdk/tests/gdk-color.c
@@
-94,7
+94,6
@@
int
main (int argc, char *argv[])
{
g_test_init (&argc, &argv, NULL);
- gdk_init (&argc, &argv);
g_test_add_func ("/color/parse", test_color_parse);
g_test_add_func ("/color/to-string", test_color_to_string);